home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Shout3Ddemo / Shout3d_runtime / codebase / applets / HAnimExamineApplet.java < prev    next >
Text File  |  2000-09-01  |  256b  |  15 lines

  1. //  Copyright 2000  Eyematic Interfaces, Inc.
  2. //  All rights reserved.
  3.  
  4.  
  5. package applets;
  6.  
  7.  
  8. public class HAnimExamineApplet extends ExamineApplet
  9. {
  10.     public void initShout3DPanel()
  11.     {
  12.         panel = new HAnimExaminePanel(this);
  13.     }
  14. }
  15.